ldap ldap-server-groups
This command configures the LDAP Server Groups table, which lets you define LDAP Server Groups. An LDAP Server Group is a logical configuration entity that contains up to two LDAP servers.
Syntax
(config-system)# ldap ldap-server-groups <Index> (ldap-server-groups-<Index>)#
Command |
Description |
---|---|
Index |
Defines the table row index. |
cache-entry-removal-timeout |
Defines the cache entry removal timeout. |
cache-entry-timeout |
Defines the cache entry timeout. |
search-dn-method {parallel|sequentialy} |
Defines the method for querying the DN objects within each LDAP server. |
server-search-method {parallel|sequentialy} |
Defines the method for querying between the two LDAP servers in the group. |
server-type {control|management} |
Configures whether the servers in the group are used for SIP-related LDAP queries (Control) or management login authentication-related LDAP queries (Management). |
Command Mode
Privileged User
Example
This example configures the LDAP Server Group for management-login authentication LDAP queries and where the search between the servers is done one after the other:
(config-system)# ldap ldap-server-groups 0 (ldap-server-groups-0)# server-type management (ldap-server-groups-0)# server-search-method sequentialy